home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / QuickZip / quickzip_460013.exe / {app} / QuickZip.exe / 0 / RCDATA / TEXTFORM / TEXTFORM.txt
Text File  |  2006-01-04  |  1KB  |  65 lines

  1. object ExtForm: TExtForm
  2.   Left = 202
  3.   Top = 409
  4.   Width = 444
  5.   Height = 296
  6.   Caption = 'Quick Zip'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 436
  21.     Height = 262
  22.     Align = alClient
  23.     Caption = 'Please choose extension :'
  24.     TabOrder = 0
  25.     object CheckList: TCheckListBox
  26.       Left = 2
  27.       Top = 15
  28.       Width = 432
  29.       Height = 204
  30.       Align = alClient
  31.       ItemHeight = 13
  32.       TabOrder = 0
  33.     end
  34.     object Panel1: TPanel
  35.       Left = 2
  36.       Top = 219
  37.       Width = 432
  38.       Height = 41
  39.       Align = alBottom
  40.       BevelOuter = bvNone
  41.       TabOrder = 1
  42.       object bOK: TButton
  43.         Left = 344
  44.         Top = 8
  45.         Width = 81
  46.         Height = 25
  47.         Caption = 'Continue'
  48.         Default = True
  49.         ModalResult = 1
  50.         TabOrder = 0
  51.         OnClick = bOKClick
  52.       end
  53.       object bCancel: TButton
  54.         Left = 256
  55.         Top = 8
  56.         Width = 81
  57.         Height = 25
  58.         Caption = 'Cancel'
  59.         ModalResult = 2
  60.         TabOrder = 1
  61.       end
  62.     end
  63.   end
  64. end
  65.